From 1087e33687e9189c22c266678500b13597110552 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 24 May 2007 13:57:52 +0000 Subject: [PATCH] Two google breakages in one day. They must be busy. This is one that wouldn't have been detected by my script, because it only affected the reading of turn names. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2799 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/google.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gpsbabel/google.c b/gpsbabel/google.c index 0fe9e260b..ce40a7dd3 100644 --- a/gpsbabel/google.c +++ b/gpsbabel/google.c @@ -406,7 +406,15 @@ google_read(void) } if ( end ) { strcpy(end,"/table>"); - + } + if ( !end ) { + end = strstr( panel, "/div>
"); + } + } + + if ( end ) { char *to = panel; char *from = panel; while ( *from ) { -- 2.30.2